| lcStatbarResize | Home |
|
BOOL lcStatbarResize ( HANDLE hStatbar, int Left, int Top, int Width, int Height ); |
| hStatbar | |
| Handle to a status bar object. | |
| Left | |
| Specifies the new position of the left side of the window. | |
| Top | |
| Specifies the new position of the top of the window. | |
| Width | |
| Specifies the new width of the window. | |
| Height | |
| Specifies the new height of the window. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| lcCreateStatbar |